Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GroupSparkline Method / GroupSparkline(CellRange[],SparklineType) Method
Location
Type


In This Topic
GroupSparkline(CellRange[],SparklineType) Method
In This Topic
Groups the sparkline and sets the type of new group.
Syntax
'Declaration
 
Public Overloads Function GroupSparkline( _
   ByVal location() As CellRange, _
   ByVal type As SparklineType _
) As ExcelSparklineGroup
 
'Usage
 
Dim instance As SheetView
Dim location() As CellRange
Dim type As SparklineType
Dim value As ExcelSparklineGroup
 
value = instance.GroupSparkline(location, type)

Parameters

location
Location
type
Type
See Also